Click or drag to resize

CalendarPermissionReadAccess Enumeration

Indicates whether a user has permission to read items within a Calendar folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum CalendarPermissionReadAccess
Members
  Member nameValueDescription
TimeOnly0 Indicates that the user has permission to view only free/busy time in the calendar.
TimeAndSubjectAndLocation1 Indicates that the user has permission to view free/busy time in the calendar and the subject and location of appointments.
FullDetails2 Indicates that the user has permission to view all items in the calendar, including free/busy time and subject, location, and details of appointments.
None3 Indicates that the user does not have permission to view items in the calendar.
See Also